home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / sleepless-knight.swf / scripts / DefineButton2_234 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-11  |  114 b   |  7 lines

  1. on(release){
  2.    _root.newData();
  3.    _root.saveData();
  4.    stopAllSounds();
  5.    _root.gotoFrame("INTRO1",2);
  6. }
  7.